disabled g_free (image) calls, as GdkImage is an object. these should be
authorTim Janik <timj@gtk.org>
Sat, 23 Jun 2001 20:26:10 +0000 (20:26 +0000)
committerTim Janik <timj@src.gnome.org>
Sat, 23 Jun 2001 20:26:10 +0000 (20:26 +0000)
commit92e87e40a7525cd84579865bf7404a84bde93115
tree073f4c5ff9824f8a7d7448d736f6c27ef2a147d5
parentb09d194d3c527d12e8ebcb9d2bcad57a5848ca16
disabled g_free (image) calls, as GdkImage is an object. these should be

Sat Jun 23 22:03:20 2001  Tim Janik  <timj@gtk.org>

        * gdk/x11/gdkimage-x11.c (gdk_image_init): disabled g_free (image)
        calls, as GdkImage is an object. these should be g_obejct_unref()
        instead but that won't work because of the g_error() statement
        in gdk_x11_image_destroy(). so for now, i did s/g_free/LEAK_IMAGE/
        to spot these places.
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gdk/x11/gdkimage-x11.c